'Declaration
<GuidAttribute("0C016F06-B135-3E6E-937E-F40375A73215")> Public Delegate Sub ThumbnailEx.ControlKeyUpEventHandler( _ ByVal KeyValue As Integer, _ ByVal Control As Boolean, _ ByVal Shift As Boolean, _ ByVal Alt As Boolean _ )
[Guid("0C016F06-B135-3E6E-937E-F40375A73215")] public delegate void ThumbnailEx.ControlKeyUpEventHandler( int KeyValue, bool Control, bool Shift, bool Alt )
public delegate ThumbnailEx.ControlKeyUpEventHandler( KeyValue: Integer; Control: Boolean; Shift: Boolean; Alt: Boolean );
GuidAttribute("0C016F06-B135-3E6E-937E-F40375A73215") public delegate ThumbnailEx.ControlKeyUpEventHandler( KeyValue : int, Control : boolean, Shift : boolean, Alt : boolean )
Parameters
- KeyValue
- Control
- Shift
- Alt